home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000293_news@columbia.edu _Fri Mar 29 18:19:44 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id SAA03248 for <kermit.misc@watsun>; Fri, 29 Mar 1996 18:19:43 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id SAA12955 for kermit.misc@watsun; Fri, 29 Mar 1996 18:19:40 -0500 (EST)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!spool.mu.edu!daily-planet.execpc.com!news.sol.net!news.inc.net!trellis.wwnet.com!nntp.coast.net!howland.reston.ans.net!EU.net!news.eunet.cz!vse470.vse.cz!sM12h5.vse.cz!eda
  5. From: eda@vse.cz
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: DOS-kermit 3.14 problem with Linux color ls
  8. Date: Fri, 29 Mar 1996 11:38:40 GMT
  9. Organization: University of Economics Prague, CZ
  10. Lines: 23
  11. Message-ID: <eda.31.315BCBC0@vse.cz>
  12. References: <4jfcgh$r60@news.ccit.arizona.edu>
  13. NNTP-Posting-Host: sm12h5.vse.cz
  14.  
  15. In article <4jfcgh$r60@news.ccit.arizona.edu> jychen@aruba.ccit.arizona.edu (Joseph Y Chen) writes:
  16. >From: jychen@aruba.ccit.arizona.edu (Joseph Y Chen)
  17. >Subject: DOS-kermit 3.14 problem with Linux color ls
  18. >Date: 29 Mar 1996 00:56:49 GMT
  19.  
  20. >I'm having color problem with color ls command in linux.  When I log on
  21. >into my linux box which uses color ls, the terminal of DOS-kermit 3.14 is
  22. >messed up with colors.  I have to go back to use DOS-kermit 3.01 to avoid
  23. >the mess.  No matter which terminal emulator.
  24.  
  25. >Any hints?
  26.  
  27. On the LINUX side, do something like
  28.  
  29.     unset LS_COLORS
  30.     unset LS_OPTIONS # or set to your preference
  31.  
  32. Consider to put this into .profile along with some wrapper to do the
  33. above unsets for selected terminal types only.
  34.  
  35. Good luck,
  36.  
  37. Eduard Vopicka